-
This simple piece of code is not working. output = cv2.namedWindow("Output", cv2.WINDOW_AUTOSIZE) cv2.imshow(output, saliencyMap) cv2.waitKey(0) It should show the saliencyMap …
- 382 views
- 1 answers
- 0 votes
This simple piece of code is not working. output = cv2.namedWindow("Output", cv2.WINDOW_AUTOSIZE) cv2.imshow(output, saliencyMap) cv2.waitKey(0) It should show the saliencyMap …